home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / freebsd / ctype.h next >
C/C++ Source or Header  |  1994-08-01  |  148b  |  12 lines

  1. #include_next <ctype.h>
  2.  
  3. #ifdef toupper
  4. #undef toupper
  5. int toupper __P((int));
  6. #endif
  7.  
  8. #ifdef tolower
  9. #undef tolower
  10. int tolower __P((int));
  11. #endif
  12.